public class AccessPackageSubject extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
AccessPackageSubject.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
altSecId |
protected String |
displayName |
protected String |
email |
protected String |
objectId |
protected String |
onPremisesSecurityIdentifier |
protected String |
principalName |
protected String |
type |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
AccessPackageSubject() |
| Modifier and Type | Method and Description |
|---|---|
static AccessPackageSubject.Builder |
builderAccessPackageSubject()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getAltSecId() |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<String> |
getDisplayName() |
Optional<String> |
getEmail() |
Optional<String> |
getObjectId() |
Optional<String> |
getOnPremisesSecurityIdentifier() |
Optional<String> |
getPrincipalName() |
Optional<String> |
getType() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
AccessPackageSubject |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
AccessPackageSubject |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
AccessPackageSubject |
withAltSecId(String altSecId) |
AccessPackageSubject |
withDisplayName(String displayName) |
AccessPackageSubject |
withEmail(String email) |
AccessPackageSubject |
withObjectId(String objectId) |
AccessPackageSubject |
withOnPremisesSecurityIdentifier(String onPremisesSecurityIdentifier) |
AccessPackageSubject |
withPrincipalName(String principalName) |
AccessPackageSubject |
withType(String type) |
protected String objectId
protected String altSecId
protected String displayName
protected String principalName
protected String email
protected String onPremisesSecurityIdentifier
protected String type
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static AccessPackageSubject.Builder builderAccessPackageSubject()
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 AccessPackageSubject withObjectId(String objectId)
public AccessPackageSubject withAltSecId(String altSecId)
public AccessPackageSubject withDisplayName(String displayName)
public AccessPackageSubject withPrincipalName(String principalName)
public AccessPackageSubject withEmail(String email)
public AccessPackageSubject withOnPremisesSecurityIdentifier(String onPremisesSecurityIdentifier)
public AccessPackageSubject withType(String type)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic AccessPackageSubject patch()
this with changed fields reset.public AccessPackageSubject put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.