Package com.slack.api.scim.request
Class GroupsPatchRequest.MemberOperation
- java.lang.Object
-
- com.slack.api.scim.request.GroupsPatchRequest.MemberOperation
-
- Enclosing class:
- GroupsPatchRequest
public static class GroupsPatchRequest.MemberOperation extends Object
-
-
Constructor Summary
Constructors Constructor Description MemberOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetOperation()StringgetValue()inthashCode()voidsetOperation(String operation)voidsetValue(String value)StringtoString()
-