Class GetProfileResponse
- java.lang.Object
-
- com.rivet.api.resources.identity.types.GetProfileResponse
-
public final class GetProfileResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetProfileResponse._FinalStagestatic classGetProfileResponse.Builderstatic interfaceGetProfileResponse.IdentityStagestatic interfaceGetProfileResponse.WatchStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetProfileResponse.IdentityStagebuilder()booleanequals(java.lang.Object other)ProfilegetIdentity()WatchResponsegetWatch()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getIdentity
public Profile getIdentity()
-
getWatch
public WatchResponse getWatch()
-
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 GetProfileResponse.IdentityStage builder()
-
-