Class PresignedRequest
- java.lang.Object
-
- com.rivet.api.resources.upload.common.types.PresignedRequest
-
public final class PresignedRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePresignedRequest._FinalStagestatic classPresignedRequest.Builderstatic interfacePresignedRequest.PathStagestatic interfacePresignedRequest.UrlStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PresignedRequest.PathStagebuilder()booleanequals(java.lang.Object other)java.lang.StringgetPath()java.lang.StringgetUrl()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getPath
public java.lang.String getPath()
- Returns:
- The name of the file to upload. This is the same as the one given in the upload prepare file.
-
getUrl
public java.lang.String getUrl()
- Returns:
- The URL of the presigned request for which to upload your file to.
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static PresignedRequest.PathStage builder()
-
-