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 |
connectedOrganizationId |
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() |
protected String objectId
protected String altSecId
protected String displayName
protected String principalName
protected String email
protected String onPremisesSecurityIdentifier
protected String type
protected String connectedOrganizationId
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 AccessPackageSubject withConnectedOrganizationId(String connectedOrganizationId)
public ConnectedOrganizationRequest getConnectedOrganization()
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.