Class ApplicationWithSecretAllOfIdpModel
- java.lang.Object
-
- app.cybrid.cybrid_api_id.client.model.ApplicationWithSecretAllOfIdpModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-02-01T17:44:23.982008Z[Etc/UTC]") public class ApplicationWithSecretAllOfIdpModel extends Object
ApplicationWithSecretAllOfIdpModel
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_SECRET
-
Constructor Summary
Constructors Constructor Description ApplicationWithSecretAllOfIdpModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetSecret()The OAuth2 application's secret.inthashCode()ApplicationWithSecretAllOfIdpModelsecret(String secret)voidsetSecret(String secret)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_SECRET
public static final String JSON_PROPERTY_SECRET
- See Also:
- Constant Field Values
-
-
Method Detail
-
secret
public ApplicationWithSecretAllOfIdpModel secret(String secret)
-
setSecret
public void setSecret(String secret)
-
-