Package com.axway.apim.api.model.apps
Class ExtClients
- java.lang.Object
-
- com.axway.apim.api.model.apps.ClientAppCredential
-
- com.axway.apim.api.model.apps.ExtClients
-
public class ExtClients extends ClientAppCredential
-
-
Constructor Summary
Constructors Constructor Description ExtClients()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetClientId()StringgetCredentialType()inthashCode()voidsetClientId(String clientId)StringtoString()-
Methods inherited from class com.axway.apim.api.model.apps.ClientAppCredential
getApplicationId, getCorsOrigins, getCreatedBy, getCreatedOn, getId, getSecret, isEnabled, setApplicationId, setCorsOrigins, setCreatedBy, setCreatedOn, setEnabled, setId, setSecret
-
-
-
-
Method Detail
-
getCredentialType
public String getCredentialType()
- Specified by:
getCredentialTypein classClientAppCredential
-
getClientId
public String getClientId()
-
setClientId
public void setClientId(String clientId)
-
equals
public boolean equals(Object other)
- Overrides:
equalsin classClientAppCredential
-
hashCode
public int hashCode()
- Overrides:
hashCodein classClientAppCredential
-
-