Package com.slack.api.scim.response
Class ServiceProviderConfigsGetResponse.Bulk
- java.lang.Object
-
- com.slack.api.scim.response.ServiceProviderConfigsGetResponse.Bulk
-
- Enclosing class:
- ServiceProviderConfigsGetResponse
public static class ServiceProviderConfigsGetResponse.Bulk extends Object
-
-
Constructor Summary
Constructors Constructor Description Bulk()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
Integer
getMaxOperations()
Integer
getMaxPayloadSize()
Boolean
getSupported()
int
hashCode()
void
setMaxOperations(Integer maxOperations)
void
setMaxPayloadSize(Integer maxPayloadSize)
void
setSupported(Boolean supported)
String
toString()
-
-
-
Method Detail
-
getSupported
public Boolean getSupported()
-
getMaxOperations
public Integer getMaxOperations()
-
getMaxPayloadSize
public Integer getMaxPayloadSize()
-
setSupported
public void setSupported(Boolean supported)
-
setMaxOperations
public void setMaxOperations(Integer maxOperations)
-
setMaxPayloadSize
public void setMaxPayloadSize(Integer maxPayloadSize)
-
canEqual
protected boolean canEqual(Object other)
-
-