Package odata.msgraph.client.complex
Class GroupMembers
- java.lang.Object
-
- odata.msgraph.client.complex.SubjectSet
-
- odata.msgraph.client.complex.GroupMembers
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class GroupMembers extends SubjectSet implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGroupMembers.Builder
-
Field Summary
Fields Modifier and Type Field Description protected Stringdescriptionprotected StringgroupId-
Fields inherited from class odata.msgraph.client.complex.SubjectSet
contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedGroupMembers()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GroupMembers.BuilderbuilderGroupMembers()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<String>getDescription()Optional<String>getGroupId()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()GroupMemberswithDescription(String description)GroupMemberswithGroupId(String groupId)GroupMemberswithUnmappedField(String name, Object value)
-
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classSubjectSet
-
withDescription
public GroupMembers withDescription(String description)
-
withGroupId
public GroupMembers withGroupId(String groupId)
-
withUnmappedField
public GroupMembers withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classSubjectSet
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classSubjectSet
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classSubjectSet
-
builderGroupMembers
public static GroupMembers.Builder builderGroupMembers()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
toString
public String toString()
- Overrides:
toStringin classSubjectSet
-
-