public class AccessPackageResourceRoleScope extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
AccessPackageResourceRoleScope.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
createdBy |
protected OffsetDateTime |
createdDateTime |
protected String |
modifiedBy |
protected OffsetDateTime |
modifiedDateTime |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
AccessPackageResourceRoleScope() |
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 AccessPackageResourceRoleScope.Builder builderAccessPackageResourceRoleScope()
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 AccessPackageResourceRoleScope withCreatedBy(String createdBy)
public Optional<OffsetDateTime> getCreatedDateTime()
public AccessPackageResourceRoleScope withCreatedDateTime(OffsetDateTime createdDateTime)
public AccessPackageResourceRoleScope withModifiedBy(String modifiedBy)
public Optional<OffsetDateTime> getModifiedDateTime()
public AccessPackageResourceRoleScope withModifiedDateTime(OffsetDateTime modifiedDateTime)
public AccessPackageResourceRoleRequest getAccessPackageResourceRole()
public AccessPackageResourceScopeRequest getAccessPackageResourceScope()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic AccessPackageResourceRoleScope patch()
this with changed fields reset.public AccessPackageResourceRoleScope put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.