Class GameLogoUploadPrepareRequest
- java.lang.Object
-
- com.rivet.api.resources.cloud.games.games.types.GameLogoUploadPrepareRequest
-
public final class GameLogoUploadPrepareRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGameLogoUploadPrepareRequest._FinalStagestatic classGameLogoUploadPrepareRequest.Builderstatic interfaceGameLogoUploadPrepareRequest.ContentLengthStagestatic interfaceGameLogoUploadPrepareRequest.PathStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GameLogoUploadPrepareRequest.PathStagebuilder()booleanequals(java.lang.Object other)longgetContentLength()java.util.Optional<java.lang.String>getMime()java.lang.StringgetPath()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getPath
public java.lang.String getPath()
- Returns:
- The path/filename of the game logo.
-
getMime
public java.util.Optional<java.lang.String> getMime()
- Returns:
- The MIME type of the game logo.
-
getContentLength
public long getContentLength()
- Returns:
- Unsigned 64 bit integer.
-
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 GameLogoUploadPrepareRequest.PathStage builder()
-
-