Package com.strongdm.api
Class RemoteIdentityGroupGetResponse
java.lang.Object
com.strongdm.api.RemoteIdentityGroupGetResponse
RemoteIdentityGroupGetResponse returns a requested RemoteIdentityGroup.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetMeta()
Reserved for future use.Rate limit information.The requested RemoteIdentityGroup.void
Reserved for future use.void
Rate limit information.void
The requested RemoteIdentityGroup.
-
Constructor Details
-
RemoteIdentityGroupGetResponse
public RemoteIdentityGroupGetResponse()
-
-
Method Details
-
getMeta
Reserved for future use. -
setMeta
Reserved for future use. -
getRateLimit
Rate limit information. -
setRateLimit
Rate limit information. -
getRemoteIdentityGroup
The requested RemoteIdentityGroup. -
setRemoteIdentityGroup
The requested RemoteIdentityGroup.
-