public class AccessPackage extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
AccessPackage.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
catalogId |
protected String |
createdBy |
protected OffsetDateTime |
createdDateTime |
protected String |
description |
protected String |
displayName |
protected Boolean |
isHidden |
protected Boolean |
isRoleScopesVisible |
protected String |
modifiedBy |
protected OffsetDateTime |
modifiedDateTime |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
AccessPackage() |
protected String catalogId
protected String displayName
protected String description
protected Boolean isHidden
protected Boolean isRoleScopesVisible
protected String createdBy
protected OffsetDateTime createdDateTime
protected String modifiedBy
protected OffsetDateTime modifiedDateTime
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static AccessPackage.Builder builderAccessPackage()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic AccessPackage withCatalogId(String catalogId)
public AccessPackage withDisplayName(String displayName)
public AccessPackage withDescription(String description)
public AccessPackage withIsHidden(Boolean isHidden)
public AccessPackage withIsRoleScopesVisible(Boolean isRoleScopesVisible)
public AccessPackage withCreatedBy(String createdBy)
public Optional<OffsetDateTime> getCreatedDateTime()
public AccessPackage withCreatedDateTime(OffsetDateTime createdDateTime)
public AccessPackage withModifiedBy(String modifiedBy)
public Optional<OffsetDateTime> getModifiedDateTime()
public AccessPackage withModifiedDateTime(OffsetDateTime modifiedDateTime)
public AccessPackageCatalogRequest getAccessPackageCatalog()
public AccessPackageResourceRoleScopeCollectionRequest getAccessPackageResourceRoleScopes()
public AccessPackageAssignmentPolicyCollectionRequest getAccessPackageAssignmentPolicies()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic AccessPackage patch()
this with changed fields reset.public AccessPackage put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.