Package odata.msgraph.client.complex
Class SubjectRightsRequestEnumeratedMailboxLocation
- java.lang.Object
-
- odata.msgraph.client.complex.SubjectRightsRequestMailboxLocation
-
- odata.msgraph.client.complex.SubjectRightsRequestEnumeratedMailboxLocation
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class SubjectRightsRequestEnumeratedMailboxLocation extends SubjectRightsRequestMailboxLocation implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSubjectRightsRequestEnumeratedMailboxLocation.Builder
-
Field Summary
Fields Modifier and Type Field Description protected List<String>userPrincipalNamesprotected StringuserPrincipalNamesNextLink-
Fields inherited from class odata.msgraph.client.complex.SubjectRightsRequestMailboxLocation
contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSubjectRightsRequestEnumeratedMailboxLocation()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SubjectRightsRequestEnumeratedMailboxLocation.BuilderbuilderSubjectRightsRequestEnumeratedMailboxLocation()Returns a builder which is used to create a new instance of this class (given that this class is immutable).com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()com.github.davidmoten.odata.client.CollectionPage<String>getUserPrincipalNames()com.github.davidmoten.odata.client.CollectionPage<String>getUserPrincipalNames(com.github.davidmoten.odata.client.HttpRequestOptions options)StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()SubjectRightsRequestEnumeratedMailboxLocationwithUnmappedField(String name, Object value)
-
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classSubjectRightsRequestMailboxLocation
-
getUserPrincipalNames
public com.github.davidmoten.odata.client.CollectionPage<String> getUserPrincipalNames()
-
getUserPrincipalNames
public com.github.davidmoten.odata.client.CollectionPage<String> getUserPrincipalNames(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withUnmappedField
public SubjectRightsRequestEnumeratedMailboxLocation withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classSubjectRightsRequestMailboxLocation
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classSubjectRightsRequestMailboxLocation
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classSubjectRightsRequestMailboxLocation
-
builderSubjectRightsRequestEnumeratedMailboxLocation
public static SubjectRightsRequestEnumeratedMailboxLocation.Builder builderSubjectRightsRequestEnumeratedMailboxLocation()
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 classSubjectRightsRequestMailboxLocation
-
-