Class KmsiSettingsSearchRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydomains.model.KmsiSettingsSearchRequest.Builder
 
- 
- Enclosing class:
- KmsiSettingsSearchRequest
 
 public static class KmsiSettingsSearchRequest.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description KmsiSettingsSearchRequest.Builderattributes(List<String> attributes)A multi-valued list of strings indicating the names of resource attributes to return in the response overriding the set of attributes that would be returned by default.KmsiSettingsSearchRequest.BuilderattributeSets(List<AttributeSets> attributeSets)A multi-valued list of strings indicating the return type of attribute definition.KmsiSettingsSearchRequestbuild()KmsiSettingsSearchRequest.Buildercopy(KmsiSettingsSearchRequest model)KmsiSettingsSearchRequest.Builderschemas(List<String> schemas)The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation.
 
- 
- 
- 
Method Detail- 
schemaspublic KmsiSettingsSearchRequest.Builder schemas(List<String> schemas) The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation.Each String value must be a unique URI. Query requests MUST be identified using the following URI: “urn:ietf:params:scim:api:messages:2.0:SearchRequest” REQUIRED. - Parameters:
- schemas- the value to set
- Returns:
- this builder
 
 - 
attributespublic KmsiSettingsSearchRequest.Builder attributes(List<String> attributes) A multi-valued list of strings indicating the names of resource attributes to return in the response overriding the set of attributes that would be returned by default.Attribute names MUST be in standard attribute notation (Section 3.10) form. See (additional retrieval query parameters). OPTIONAL. - Parameters:
- attributes- the value to set
- Returns:
- this builder
 
 - 
attributeSetspublic KmsiSettingsSearchRequest.Builder attributeSets(List<AttributeSets> attributeSets) A multi-valued list of strings indicating the return type of attribute definition.- The
- specified set of attributes can be fetched by the return type of the attribute. One or
- more values can be given together to fetch more than one group of attributes. If
- “attributes” query parameter is also available, union of the two is fetched. Valid values
- all, always, never, request, default. Values are case-insensitive. OPTIONAL.
 - Parameters:
- attributeSets- the value to set
- Returns:
- this builder
 
 - 
buildpublic KmsiSettingsSearchRequest build() 
 - 
copypublic KmsiSettingsSearchRequest.Builder copy(KmsiSettingsSearchRequest model) 
 
- 
 
-