public final class EndPointDefinitionBuilder extends Object implements Builder<EndPointDefinition>
| Constructor and Description |
|---|
EndPointDefinitionBuilder(Method method)
Constructeur.
|
| Modifier and Type | Method and Description |
|---|---|
EndPointDefinition |
build() |
boolean |
hasVerb() |
void |
with(EndPointDefinition.Verb verb,
String path) |
void |
withAccessTokenConsume(boolean accessTokenConsume) |
void |
withAccessTokenMandatory(boolean accessTokenMandatory) |
void |
withAccessTokenPublish(boolean accessTokenPublish) |
void |
withAutoSortAndPagination(boolean autoSortAndPagination) |
void |
withDoc(String doc) |
void |
withEndPointParam(EndPointParam endPointParam) |
void |
withExcludedFields(String... excludedFields) |
void |
withIncludedFields(String... includedFields) |
void |
withNeedAuthentication(boolean needAuthentication) |
void |
withNeedSession(boolean needSession) |
void |
withPathPrefix(String pathPrefix) |
void |
withServerSideSave(boolean serverSideSave) |
void |
withSessionInvalidate(boolean sessionInvalidate) |
public EndPointDefinitionBuilder(Method method)
public EndPointDefinition build()
build in interface Builder<EndPointDefinition>public void withPathPrefix(String pathPrefix)
public void with(EndPointDefinition.Verb verb, String path)
public boolean hasVerb()
public void withAccessTokenConsume(boolean accessTokenConsume)
public void withNeedAuthentication(boolean needAuthentication)
public void withNeedSession(boolean needSession)
public void withSessionInvalidate(boolean sessionInvalidate)
public void withExcludedFields(String... excludedFields)
public void withIncludedFields(String... includedFields)
public void withAccessTokenPublish(boolean accessTokenPublish)
public void withAccessTokenMandatory(boolean accessTokenMandatory)
public void withServerSideSave(boolean serverSideSave)
public void withAutoSortAndPagination(boolean autoSortAndPagination)
public void withDoc(String doc)
public void withEndPointParam(EndPointParam endPointParam)
Copyright © 2014. All Rights Reserved.