Class AuthenticationFactorSettingsSearchRequest
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.identitydomains.model.AuthenticationFactorSettingsSearchRequest
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: v1") public final class AuthenticationFactorSettingsSearchRequest extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelClients MAY execute queries without passing parameters on the URL by using the HTTP POST verb combined with the .search path extension.The inclusion of .search on the end of a valid SCIM endpoint SHALL be used to indicate the HTTP POST verb is intended to be a query operation. To create a new query result set, a SCIM client sends an HTTP POST request to the desired SCIM resource endpoint (ending in .search). The body of the POST request MAY include any of the parameters. 
 Note: Objects should always be created or deserialized using theAuthenticationFactorSettingsSearchRequest.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theAuthenticationFactorSettingsSearchRequest.Builder, which maintain a set of all explicitly set fields calledAuthenticationFactorSettingsSearchRequest.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classAuthenticationFactorSettingsSearchRequest.Builder
 - 
Constructor SummaryConstructors Constructor Description AuthenticationFactorSettingsSearchRequest(List<String> schemas, List<String> attributes, List<AttributeSets> attributeSets)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AuthenticationFactorSettingsSearchRequest.Builderbuilder()Create a new builder.booleanequals(Object o)List<String>getAttributes()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.List<AttributeSets>getAttributeSets()A multi-valued list of strings indicating the return type of attribute definition.List<String>getSchemas()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.inthashCode()AuthenticationFactorSettingsSearchRequest.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
AuthenticationFactorSettingsSearchRequest@Deprecated @ConstructorProperties({"schemas","attributes","attributeSets"}) public AuthenticationFactorSettingsSearchRequest(List<String> schemas, List<String> attributes, List<AttributeSets> attributeSets) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static AuthenticationFactorSettingsSearchRequest.Builder builder() Create a new builder.
 - 
toBuilderpublic AuthenticationFactorSettingsSearchRequest.Builder toBuilder() 
 - 
getSchemaspublic List<String> getSchemas() 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. - Returns:
- the value
 
 - 
getAttributespublic List<String> getAttributes() 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. - Returns:
- the value
 
 - 
getAttributeSetspublic List<AttributeSets> getAttributeSets() 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. - Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-