Class IdentityProofingProviders.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.IdentityProofingProviders.Builder
-
- Enclosing class:
- IdentityProofingProviders
public static class IdentityProofingProviders.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentityProofingProvidersbuild()IdentityProofingProviders.Buildercopy(IdentityProofingProviders model)IdentityProofingProviders.BuilderitemsPerPage(Integer itemsPerPage)The number of resources returned in a list response page.IdentityProofingProviders.Builderresources(List<IdentityProofingProvider> resources)A multi-valued list of complex objects containing the requested resources.IdentityProofingProviders.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.IdentityProofingProviders.BuilderstartIndex(Integer startIndex)The 1-based index of the first result in the current set of list results.IdentityProofingProviders.BuildertotalResults(Integer totalResults)The total number of results returned by the list or query operation.
-
-
-
Method Detail
-
schemas
public IdentityProofingProviders.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. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior. REQUIRED.
- Parameters:
schemas- the value to set- Returns:
- this builder
-
totalResults
public IdentityProofingProviders.Builder totalResults(Integer totalResults)
The total number of results returned by the list or query operation.The value may be larger than the number of resources returned such as when returning a single page of results where multiple pages are available. REQUIRED.
- Parameters:
totalResults- the value to set- Returns:
- this builder
-
resources
public IdentityProofingProviders.Builder resources(List<IdentityProofingProvider> resources)
A multi-valued list of complex objects containing the requested resources.This MAY be a subset of the full set of resources if pagination is requested. REQUIRED if “totalResults” is non-zero.
- Parameters:
resources- the value to set- Returns:
- this builder
-
startIndex
public IdentityProofingProviders.Builder startIndex(Integer startIndex)
The 1-based index of the first result in the current set of list results.REQUIRED when partial results returned due to pagination.
- Parameters:
startIndex- the value to set- Returns:
- this builder
-
itemsPerPage
public IdentityProofingProviders.Builder itemsPerPage(Integer itemsPerPage)
The number of resources returned in a list response page.REQUIRED when partial results returned due to pagination.
- Parameters:
itemsPerPage- the value to set- Returns:
- this builder
-
build
public IdentityProofingProviders build()
-
copy
public IdentityProofingProviders.Builder copy(IdentityProofingProviders model)
-
-