Class RoleGetResponse

java.lang.Object
com.strongdm.api.RoleGetResponse

public class RoleGetResponse extends Object
RoleGetResponse returns a requested Role.
  • Constructor Details

    • RoleGetResponse

      public RoleGetResponse()
  • Method Details

    • getMeta

      public GetResponseMetadata getMeta()
      Reserved for future use.
    • setMeta

      public void setMeta(GetResponseMetadata in)
      Reserved for future use.
    • getRateLimit

      public RateLimitMetadata getRateLimit()
      Rate limit information.
    • setRateLimit

      public void setRateLimit(RateLimitMetadata in)
      Rate limit information.
    • getRole

      public Role getRole()
      The requested Role.
    • setRole

      public void setRole(Role in)
      The requested Role.