Uses of Class
com.oracle.bmc.identitydomains.model.ResourceTypeSchemaAttribute.Returned
-
Packages that use ResourceTypeSchemaAttribute.Returned Package Description com.oracle.bmc.identitydomains.model -
-
Uses of ResourceTypeSchemaAttribute.Returned in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return ResourceTypeSchemaAttribute.Returned Modifier and Type Method Description static ResourceTypeSchemaAttribute.Returned
ResourceTypeSchemaAttribute.Returned. create(String key)
ResourceTypeSchemaAttribute.Returned
ResourceTypeSchemaAttribute. getReturned()
A single keyword that indicates when an attribute and associated values are returned in response to a GET request or in response to a PUT, POST, or PATCH requeststatic ResourceTypeSchemaAttribute.Returned
ResourceTypeSchemaAttribute.Returned. valueOf(String name)
Returns the enum constant of this type with the specified name.static ResourceTypeSchemaAttribute.Returned[]
ResourceTypeSchemaAttribute.Returned. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identitydomains.model with parameters of type ResourceTypeSchemaAttribute.Returned Modifier and Type Method Description ResourceTypeSchemaAttribute.Builder
ResourceTypeSchemaAttribute.Builder. returned(ResourceTypeSchemaAttribute.Returned returned)
A single keyword that indicates when an attribute and associated values are returned in response to a GET request or in response to a PUT, POST, or PATCH requestConstructors in com.oracle.bmc.identitydomains.model with parameters of type ResourceTypeSchemaAttribute.Returned Constructor Description ResourceTypeSchemaAttribute(String id, String ocid, List<String> schemas, Meta meta, IdcsCreatedBy idcsCreatedBy, IdcsLastModifiedBy idcsLastModifiedBy, List<IdcsPreventedOperations> idcsPreventedOperations, List<Tags> tags, Boolean deleteInProgress, String idcsLastUpgradedInRelease, String domainOcid, String compartmentOcid, String tenancyOcid, String name, String idcsDisplayNameMessageId, String resourceType, String idcsSchemaUrn, String idcsFullyQualifiedName, Boolean idcsCustomAttribute, ResourceTypeSchemaAttribute.Type type, Boolean multiValued, String description, Boolean required, List<String> canonicalValues, Boolean caseExact, ResourceTypeSchemaAttribute.Mutability mutability, ResourceTypeSchemaAttribute.EndUserMutability endUserMutability, List<ResourceTypeSchemaAttribute.EndUserMutabilityAllowedValues> endUserMutabilityAllowedValues, ResourceTypeSchemaAttribute.Returned returned, ResourceTypeSchemaAttribute.Uniqueness uniqueness, String idcsCsvColumnHeaderName, String idcsICFBundleAttributeName, Boolean idcsICFRequired, ResourceTypeSchemaAttribute.IdcsICFAttributeType idcsICFAttributeType, List<String> referenceTypes, Integer idcsDeprecatedSinceVersion, Integer idcsAddedSinceVersion, String idcsDeprecatedSinceReleaseNumber, String idcsAddedSinceReleaseNumber, Integer idcsMinLength, Integer idcsMaxLength, Integer idcsMinValue, Integer idcsMaxValue, Boolean idcsMultiLanguage, List<String> idcsRefResourceAttributes, List<String> idcsIndirectRefResourceAttributes, String idcsAutoIncrementSeqName, Boolean idcsValuePersisted, ResourceTypeSchemaAttribute.IdcsSensitive idcsSensitive, Boolean idcsInternal, Boolean idcsTrimStringValue, Boolean idcsSearchable, Boolean idcsGenerated, Boolean idcsAuditable, String idcsTargetAttributeName, String idcsTargetUniqueConstraintName, String idcsTargetNormAttributeName, String idcsTargetAttributeNameToMigrateFrom, String idcsToTargetMapper, String idcsFromTargetMapper, String idcsDisplayName, String idcsCanonicalValueSourceResourceType, String idcsCanonicalValueSourceFilter, Boolean idcsValidateReference, List<String> idcsCompositeKey, Boolean idcsFetchComplexAttributeValues, Boolean idcsScimCompliant, Boolean idcsAttributeMappable, String idcsRefResourceAttribute, Boolean idcsAttributeCacheable)
Deprecated.
-