Package odata.msgraph.client.beta.entity
Class UserSecurityProfile
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.UserSecurityProfile
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class UserSecurityProfile extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
Org.OData.Capabilities.V1.CountRestrictions
Countable = true
Org.OData.Capabilities.V1.FilterRestrictions
Filterable = true
Org.OData.Capabilities.V1.SelectRestrictions
Selectable = true
Org.OData.Capabilities.V1.SkipSupported
true
Org.OData.Capabilities.V1.SortRestrictions
Sortable = true
Org.OData.Capabilities.V1.TopSupported
true
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUserSecurityProfile.Builder
-
Field Summary
Fields Modifier and Type Field Description protected List<UserAccount>accountsprotected StringaccountsNextLinkprotected StringazureSubscriptionIdprotected StringazureTenantIdprotected OffsetDateTimecreatedDateTimeprotected StringdisplayNameprotected OffsetDateTimelastModifiedDateTimeprotected StringriskScoreprotected List<String>tagsprotected StringtagsNextLinkprotected StringuserPrincipalNameprotected SecurityVendorInformationvendorInformation-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedUserSecurityProfile()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UserSecurityProfile.BuilderbuilderUserSecurityProfile()Returns a builder which is used to create a new instance of this class (given that this class is immutable).com.github.davidmoten.odata.client.CollectionPage<UserAccount>getAccounts()com.github.davidmoten.odata.client.CollectionPage<UserAccount>getAccounts(com.github.davidmoten.odata.client.HttpRequestOptions options)Optional<String>getAzureSubscriptionId()Optional<String>getAzureTenantId()com.github.davidmoten.odata.client.internal.ChangedFieldsgetChangedFields()Optional<OffsetDateTime>getCreatedDateTime()Optional<String>getDisplayName()Optional<OffsetDateTime>getLastModifiedDateTime()Optional<String>getRiskScore()com.github.davidmoten.odata.client.CollectionPage<String>getTags()com.github.davidmoten.odata.client.CollectionPage<String>getTags(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()Optional<String>getUserPrincipalName()Optional<SecurityVendorInformation>getVendorInformation()StringodataTypeName()UserSecurityProfilepatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)UserSecurityProfileput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringtoString()UserSecurityProfilewithAccounts(List<UserAccount> accounts)UserSecurityProfilewithAzureSubscriptionId(String azureSubscriptionId)UserSecurityProfilewithAzureTenantId(String azureTenantId)UserSecurityProfilewithCreatedDateTime(OffsetDateTime createdDateTime)UserSecurityProfilewithDisplayName(String displayName)UserSecurityProfilewithLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)UserSecurityProfilewithRiskScore(String riskScore)UserSecurityProfilewithTags(List<String> tags)UserSecurityProfilewithUnmappedField(String name, String value)UserSecurityProfilewithUserPrincipalName(String userPrincipalName)UserSecurityProfilewithVendorInformation(SecurityVendorInformation vendorInformation)
-
-
-
Field Detail
-
accounts
protected List<UserAccount> accounts
-
accountsNextLink
protected String accountsNextLink
-
azureSubscriptionId
protected String azureSubscriptionId
-
azureTenantId
protected String azureTenantId
-
createdDateTime
protected OffsetDateTime createdDateTime
-
displayName
protected String displayName
-
lastModifiedDateTime
protected OffsetDateTime lastModifiedDateTime
-
riskScore
protected String riskScore
-
tagsNextLink
protected String tagsNextLink
-
userPrincipalName
protected String userPrincipalName
-
vendorInformation
protected SecurityVendorInformation vendorInformation
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderUserSecurityProfile
public static UserSecurityProfile.Builder builderUserSecurityProfile()
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
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classEntity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEntity
-
getAccounts
public com.github.davidmoten.odata.client.CollectionPage<UserAccount> getAccounts()
-
withAccounts
public UserSecurityProfile withAccounts(List<UserAccount> accounts)
-
getAccounts
public com.github.davidmoten.odata.client.CollectionPage<UserAccount> getAccounts(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withAzureSubscriptionId
public UserSecurityProfile withAzureSubscriptionId(String azureSubscriptionId)
-
withAzureTenantId
public UserSecurityProfile withAzureTenantId(String azureTenantId)
-
getCreatedDateTime
public Optional<OffsetDateTime> getCreatedDateTime()
-
withCreatedDateTime
public UserSecurityProfile withCreatedDateTime(OffsetDateTime createdDateTime)
-
withDisplayName
public UserSecurityProfile withDisplayName(String displayName)
-
getLastModifiedDateTime
public Optional<OffsetDateTime> getLastModifiedDateTime()
-
withLastModifiedDateTime
public UserSecurityProfile withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
-
withRiskScore
public UserSecurityProfile withRiskScore(String riskScore)
-
getTags
public com.github.davidmoten.odata.client.CollectionPage<String> getTags()
-
withTags
public UserSecurityProfile withTags(List<String> tags)
-
getTags
public com.github.davidmoten.odata.client.CollectionPage<String> getTags(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withUserPrincipalName
public UserSecurityProfile withUserPrincipalName(String userPrincipalName)
-
getVendorInformation
public Optional<SecurityVendorInformation> getVendorInformation()
-
withVendorInformation
public UserSecurityProfile withVendorInformation(SecurityVendorInformation vendorInformation)
-
withUnmappedField
public UserSecurityProfile withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classEntity
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public UserSecurityProfile patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public UserSecurityProfile put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-