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 booleancanEqual(Object other)booleanequals(Object o)IntegergetMaxOperations()IntegergetMaxPayloadSize()BooleangetSupported()inthashCode()voidsetMaxOperations(Integer maxOperations)voidsetMaxPayloadSize(Integer maxPayloadSize)voidsetSupported(Boolean supported)StringtoString()
-
-
-
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)
-
-