Class CloudPcAuditActor
- java.lang.Object
-
- odata.msgraph.client.beta.complex.CloudPcAuditActor
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class CloudPcAuditActor extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCloudPcAuditActor.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringapplicationDisplayNameprotected StringapplicationIdprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringipAddressprotected StringodataTypeprotected StringremoteTenantIdprotected StringremoteUserIdprotected StringservicePrincipalNameprotected CloudPcAuditActorTypetypeprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFieldsprotected StringuserIdprotected List<String>userPermissionsprotected StringuserPermissionsNextLinkprotected StringuserPrincipalNameprotected List<CloudPcUserRoleScopeTagInfo>userRoleScopeTagsprotected StringuserRoleScopeTagsNextLink
-
Constructor Summary
Constructors Modifier Constructor Description protectedCloudPcAuditActor()
-
Method Summary
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
applicationDisplayName
protected String applicationDisplayName
-
applicationId
protected String applicationId
-
ipAddress
protected String ipAddress
-
remoteTenantId
protected String remoteTenantId
-
remoteUserId
protected String remoteUserId
-
servicePrincipalName
protected String servicePrincipalName
-
type
protected CloudPcAuditActorType type
-
userId
protected String userId
-
userPermissionsNextLink
protected String userPermissionsNextLink
-
userPrincipalName
protected String userPrincipalName
-
userRoleScopeTags
protected List<CloudPcUserRoleScopeTagInfo> userRoleScopeTags
-
userRoleScopeTagsNextLink
protected String userRoleScopeTagsNextLink
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withApplicationDisplayName
public CloudPcAuditActor withApplicationDisplayName(String applicationDisplayName)
-
withApplicationId
public CloudPcAuditActor withApplicationId(String applicationId)
-
withIpAddress
public CloudPcAuditActor withIpAddress(String ipAddress)
-
withRemoteTenantId
public CloudPcAuditActor withRemoteTenantId(String remoteTenantId)
-
withRemoteUserId
public CloudPcAuditActor withRemoteUserId(String remoteUserId)
-
withServicePrincipalName
public CloudPcAuditActor withServicePrincipalName(String servicePrincipalName)
-
getType
public Optional<CloudPcAuditActorType> getType()
-
withType
public CloudPcAuditActor withType(CloudPcAuditActorType type)
-
withUserId
public CloudPcAuditActor withUserId(String userId)
-
getUserPermissions
public com.github.davidmoten.odata.client.CollectionPage<String> getUserPermissions()
-
getUserPermissions
public com.github.davidmoten.odata.client.CollectionPage<String> getUserPermissions(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withUserPrincipalName
public CloudPcAuditActor withUserPrincipalName(String userPrincipalName)
-
getUserRoleScopeTags
public com.github.davidmoten.odata.client.CollectionPage<CloudPcUserRoleScopeTagInfo> getUserRoleScopeTags()
-
getUserRoleScopeTags
public com.github.davidmoten.odata.client.CollectionPage<CloudPcUserRoleScopeTagInfo> getUserRoleScopeTags(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withUnmappedField
public CloudPcAuditActor withUnmappedField(String name, String value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static CloudPcAuditActor.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-