Package odata.msgraph.client.beta.entity
Class AccessPackageCatalog
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.AccessPackageCatalog
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class AccessPackageCatalog extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccessPackageCatalog.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringcatalogStatusprotected StringcatalogTypeprotected StringcreatedByprotected OffsetDateTimecreatedDateTimeprotected Stringdescriptionprotected StringdisplayNameprotected BooleanisExternallyVisibleprotected StringmodifiedByprotected OffsetDateTimemodifiedDateTime-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAccessPackageCatalog()
-
Method Summary
-
-
-
Field Detail
-
catalogStatus
protected String catalogStatus
-
catalogType
protected String catalogType
-
createdBy
protected String createdBy
-
createdDateTime
protected OffsetDateTime createdDateTime
-
description
protected String description
-
displayName
protected String displayName
-
isExternallyVisible
protected Boolean isExternallyVisible
-
modifiedBy
protected String modifiedBy
-
modifiedDateTime
protected OffsetDateTime modifiedDateTime
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderAccessPackageCatalog
public static AccessPackageCatalog.Builder builderAccessPackageCatalog()
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
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classEntity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEntity
-
withCatalogStatus
public AccessPackageCatalog withCatalogStatus(String catalogStatus)
-
withCatalogType
public AccessPackageCatalog withCatalogType(String catalogType)
-
withCreatedBy
public AccessPackageCatalog withCreatedBy(String createdBy)
-
getCreatedDateTime
public Optional<OffsetDateTime> getCreatedDateTime()
-
withCreatedDateTime
public AccessPackageCatalog withCreatedDateTime(OffsetDateTime createdDateTime)
-
withDescription
public AccessPackageCatalog withDescription(String description)
-
withDisplayName
public AccessPackageCatalog withDisplayName(String displayName)
-
withIsExternallyVisible
public AccessPackageCatalog withIsExternallyVisible(Boolean isExternallyVisible)
-
withModifiedBy
public AccessPackageCatalog withModifiedBy(String modifiedBy)
-
getModifiedDateTime
public Optional<OffsetDateTime> getModifiedDateTime()
-
withModifiedDateTime
public AccessPackageCatalog withModifiedDateTime(OffsetDateTime modifiedDateTime)
-
withUnmappedField
public AccessPackageCatalog withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classEntity
-
getAccessPackageResourceRoles
public AccessPackageResourceRoleCollectionRequest getAccessPackageResourceRoles()
-
getAccessPackageResources
public AccessPackageResourceCollectionRequest getAccessPackageResources()
-
getAccessPackageResourceScopes
public AccessPackageResourceScopeCollectionRequest getAccessPackageResourceScopes()
-
getAccessPackages
public AccessPackageCollectionRequest getAccessPackages()
-
getCustomAccessPackageWorkflowExtensions
public CustomAccessPackageWorkflowExtensionCollectionRequest getCustomAccessPackageWorkflowExtensions()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public AccessPackageCatalog patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public AccessPackageCatalog put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-