Package odata.msgraph.client.complex
Class PermissionScope
- java.lang.Object
-
- odata.msgraph.client.complex.PermissionScope
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class PermissionScope extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPermissionScope.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringadminConsentDescriptionprotected StringadminConsentDisplayNameprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected UUIDidprotected BooleanisEnabledprotected StringodataTypeprotected Stringoriginprotected Stringtypeprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFieldsprotected StringuserConsentDescriptionprotected StringuserConsentDisplayNameprotected Stringvalue
-
Constructor Summary
Constructors Modifier Constructor Description protectedPermissionScope()
-
Method Summary
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
adminConsentDescription
protected String adminConsentDescription
-
adminConsentDisplayName
protected String adminConsentDisplayName
-
id
protected UUID id
-
isEnabled
protected Boolean isEnabled
-
origin
protected String origin
-
type
protected String type
-
userConsentDescription
protected String userConsentDescription
-
userConsentDisplayName
protected String userConsentDisplayName
-
value
protected String value
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withAdminConsentDescription
public PermissionScope withAdminConsentDescription(String adminConsentDescription)
-
withAdminConsentDisplayName
public PermissionScope withAdminConsentDisplayName(String adminConsentDisplayName)
-
withId
public PermissionScope withId(UUID id)
-
withIsEnabled
public PermissionScope withIsEnabled(Boolean isEnabled)
-
withOrigin
public PermissionScope withOrigin(String origin)
-
withType
public PermissionScope withType(String type)
-
withUserConsentDescription
public PermissionScope withUserConsentDescription(String userConsentDescription)
-
withUserConsentDisplayName
public PermissionScope withUserConsentDisplayName(String userConsentDisplayName)
-
withValue
public PermissionScope withValue(String value)
-
withUnmappedField
public PermissionScope withUnmappedField(String name, Object value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static PermissionScope.Builder builder()
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
-
-