public class AccessPackageResourceScope extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
AccessPackageResourceScope.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
displayName |
protected Boolean |
isRootScope |
protected String |
originId |
protected String |
originSystem |
protected String |
roleOriginId |
protected String |
url |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
AccessPackageResourceScope() |
protected String displayName
protected String description
protected String originId
protected String originSystem
protected String roleOriginId
protected Boolean isRootScope
protected String url
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static AccessPackageResourceScope.Builder builderAccessPackageResourceScope()
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 AccessPackageResourceScope withDisplayName(String displayName)
public AccessPackageResourceScope withDescription(String description)
public AccessPackageResourceScope withOriginId(String originId)
public AccessPackageResourceScope withOriginSystem(String originSystem)
public AccessPackageResourceScope withRoleOriginId(String roleOriginId)
public AccessPackageResourceScope withIsRootScope(Boolean isRootScope)
public AccessPackageResourceScope withUrl(String url)
public AccessPackageResourceRequest getAccessPackageResource()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic AccessPackageResourceScope patch()
this with changed fields reset.public AccessPackageResourceScope put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.