public class StatusPatch extends PasswordPatch
Modifier and Type | Class and Description |
---|---|
static class |
StatusPatch.Builder |
Constructor and Description |
---|
StatusPatch() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getKey() |
String |
getToken() |
StatusPatchType |
getType() |
int |
hashCode() |
void |
setKey(String key) |
void |
setToken(String token) |
void |
setType(StatusPatchType type) |
getResources, isOnSyncope, setOnSyncope
setOperation
getValue, setValue
getOperation
public String getKey()
@PathParam(value="key") public void setKey(String key)
public StatusPatchType getType()
public void setType(StatusPatchType type)
public String getToken()
public void setToken(String token)
public int hashCode()
hashCode
in class PasswordPatch
public boolean equals(Object obj)
equals
in class PasswordPatch
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.