Package odata.msgraph.client.beta.entity
Class CloudAppSecurityProfile
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.CloudAppSecurityProfile
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class CloudAppSecurityProfile 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 classCloudAppSecurityProfile.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringazureSubscriptionIdprotected StringazureTenantIdprotected OffsetDateTimecreatedDateTimeprotected StringdeploymentPackageUrlprotected StringdestinationServiceNameprotected BooleanisSignedprotected OffsetDateTimelastModifiedDateTimeprotected Stringmanifestprotected Stringnameprotected ApplicationPermissionsRequiredpermissionsRequiredprotected Stringplatformprotected StringpolicyNameprotected Stringpublisherprotected StringriskScoreprotected List<String>tagsprotected StringtagsNextLinkprotected Stringtypeprotected SecurityVendorInformationvendorInformation-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCloudAppSecurityProfile()
-
Method Summary
-
-
-
Field Detail
-
azureSubscriptionId
protected String azureSubscriptionId
-
azureTenantId
protected String azureTenantId
-
createdDateTime
protected OffsetDateTime createdDateTime
-
deploymentPackageUrl
protected String deploymentPackageUrl
-
destinationServiceName
protected String destinationServiceName
-
isSigned
protected Boolean isSigned
-
lastModifiedDateTime
protected OffsetDateTime lastModifiedDateTime
-
manifest
protected String manifest
-
name
protected String name
-
permissionsRequired
protected ApplicationPermissionsRequired permissionsRequired
-
platform
protected String platform
-
policyName
protected String policyName
-
publisher
protected String publisher
-
riskScore
protected String riskScore
-
tagsNextLink
protected String tagsNextLink
-
type
protected String type
-
vendorInformation
protected SecurityVendorInformation vendorInformation
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderCloudAppSecurityProfile
public static CloudAppSecurityProfile.Builder builderCloudAppSecurityProfile()
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
-
withAzureSubscriptionId
public CloudAppSecurityProfile withAzureSubscriptionId(String azureSubscriptionId)
-
withAzureTenantId
public CloudAppSecurityProfile withAzureTenantId(String azureTenantId)
-
getCreatedDateTime
public Optional<OffsetDateTime> getCreatedDateTime()
-
withCreatedDateTime
public CloudAppSecurityProfile withCreatedDateTime(OffsetDateTime createdDateTime)
-
withDeploymentPackageUrl
public CloudAppSecurityProfile withDeploymentPackageUrl(String deploymentPackageUrl)
-
withDestinationServiceName
public CloudAppSecurityProfile withDestinationServiceName(String destinationServiceName)
-
withIsSigned
public CloudAppSecurityProfile withIsSigned(Boolean isSigned)
-
getLastModifiedDateTime
public Optional<OffsetDateTime> getLastModifiedDateTime()
-
withLastModifiedDateTime
public CloudAppSecurityProfile withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
-
withManifest
public CloudAppSecurityProfile withManifest(String manifest)
-
withName
public CloudAppSecurityProfile withName(String name)
-
getPermissionsRequired
public Optional<ApplicationPermissionsRequired> getPermissionsRequired()
-
withPermissionsRequired
public CloudAppSecurityProfile withPermissionsRequired(ApplicationPermissionsRequired permissionsRequired)
-
withPlatform
public CloudAppSecurityProfile withPlatform(String platform)
-
withPolicyName
public CloudAppSecurityProfile withPolicyName(String policyName)
-
withPublisher
public CloudAppSecurityProfile withPublisher(String publisher)
-
withRiskScore
public CloudAppSecurityProfile withRiskScore(String riskScore)
-
getTags
public com.github.davidmoten.odata.client.CollectionPage<String> getTags()
-
withTags
public CloudAppSecurityProfile withTags(List<String> tags)
-
getTags
public com.github.davidmoten.odata.client.CollectionPage<String> getTags(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withType
public CloudAppSecurityProfile withType(String type)
-
getVendorInformation
public Optional<SecurityVendorInformation> getVendorInformation()
-
withVendorInformation
public CloudAppSecurityProfile withVendorInformation(SecurityVendorInformation vendorInformation)
-
withUnmappedField
public CloudAppSecurityProfile 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 CloudAppSecurityProfile patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public CloudAppSecurityProfile put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-