Class PermissionLookupSubjectResponse
java.lang.Object
co.permify.sdk.model.PermissionLookupSubjectResponse
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class PermissionLookupSubjectResponse
extends Object
PermissionLookupSubjectResponse is the response message for the LookupSubject method in the Permission service.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSubjectIdsItem(String subjectIdsItem) continuousToken(String continuousToken) booleanReturn true if this PermissionLookupSubjectResponse object is equal to o.continuous_token is a string that can be used to paginate and retrieve the next set of results.List of identifiers for subjects that match the lookup.inthashCode()voidsetContinuousToken(String continuousToken) voidsetSubjectIds(List<String> subjectIds) subjectIds(List<String> subjectIds) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_SUBJECT_IDS
- See Also:
-
JSON_PROPERTY_CONTINUOUS_TOKEN
- See Also:
-
-
Constructor Details
-
PermissionLookupSubjectResponse
public PermissionLookupSubjectResponse()
-
-
Method Details
-
subjectIds
-
addSubjectIdsItem
-
getSubjectIds
-
setSubjectIds
-
continuousToken
-
getContinuousToken
continuous_token is a string that can be used to paginate and retrieve the next set of results.- Returns:
- continuousToken
-
setContinuousToken
-
equals
-
hashCode
-
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-