@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class PolicyMappingRequest extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_RESOURCE_ID |
static String |
JSON_PROPERTY_RESOURCE_TYPE |
Constructor and Description |
---|
PolicyMappingRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getResourceId()
Get resourceId
|
PolicyMappingResourceType |
getResourceType()
Get resourceType
|
int |
hashCode() |
PolicyMappingRequest |
resourceId(String resourceId) |
PolicyMappingRequest |
resourceType(PolicyMappingResourceType resourceType) |
void |
setResourceId(String resourceId) |
void |
setResourceType(PolicyMappingResourceType resourceType) |
String |
toString() |
public static final String JSON_PROPERTY_RESOURCE_ID
public static final String JSON_PROPERTY_RESOURCE_TYPE
public PolicyMappingRequest resourceId(String resourceId)
public void setResourceId(String resourceId)
public PolicyMappingRequest resourceType(PolicyMappingResourceType resourceType)
@Nullable public PolicyMappingResourceType getResourceType()
public void setResourceType(PolicyMappingResourceType resourceType)
Copyright © 2017–2023 Okta. All rights reserved.